home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global nugia
- sound stop 2
- if nugia = 4 then
- go(the frame + 2)
- end if
- if nugia = 3 then
- go(the frame + 4)
- end if
- if nugia = 2 then
- go(the frame + 6)
- end if
- if nugia = 1 then
- go(the frame + 8)
- end if
- if nugia = 0 then
- go(the frame + 10)
- end if
- end
-